home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / TEASER.DIR / 00041_Script_41 < prev    next >
Text File  |  1997-08-25  |  423b  |  18 lines

  1. on exitFrame
  2.   cursor 200
  3.   set the locV of sprite 16 to the mouseV
  4.   set the locH of sprite 16 to the mouseH
  5.   updatestage  
  6.   if rollover (9) then 
  7.     set the membernum of sprite 16 to 38
  8.     updatestage
  9.   end if  
  10.   if rollover (10) then 
  11.     set the membernum of sprite 16 to 39
  12.     updatestage
  13.   end if  
  14.   if rollover (11) then 
  15.     set the membernum of sprite 16 to 40
  16.     updatestage
  17.   end if 
  18. end